home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
pgm_ctrl
/
cuactrls
/
com.frm
< prev
next >
Wrap
Text File
|
1995-05-22
|
1KB
|
49 lines
VERSION 2.00
Begin Form frmOm
BorderStyle = 3 'Fixed Double
Caption = "About CUA Controls"
ClientHeight = 2790
ClientLeft = 1095
ClientTop = 1485
ClientWidth = 5175
Height = 3195
Left = 1035
LinkTopic = "Form1"
ScaleHeight = 2790
ScaleWidth = 5175
Top = 1140
Width = 5295
Begin CUACommand cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 1995
TabIndex = 1
Top = 2325
Width = 1350
End
Begin CUALabel lbl1
Alignment = 2 'Center
Caption = "Demonstration of CUA Controls, version 1 Copyright (C) 1994, StingSoft HB"
Height = 495
Left = 600
TabIndex = 0
Top = 1755
Width = 3930
End
Begin Image Image1
Height = 1350
Left = 330
Picture = COM.FRX:0000
Top = 210
Width = 4410
End
End
Option Explicit
Sub cmdOK_Click ()
Unload Me
End Sub